home *** CD-ROM | disk | FTP | other *** search
- # a makefile for the Fixed point class
-
- test.exe: test.obj fixed.obj
- c:\borlandc\bin\tlink /v c0s+test+fixed,test,nul,cs+emu+maths
-
- .cpp.obj:
- c:\borlandc\bin\bcc -ms -c -v $<
-
- .asm.obj:
- c:\borlandc\bin\tasm -ms -zi $*
-
- test.obj : test.cpp fixed.h
-
- fixed.obj : fixed.cpp fixed.h
-
-